Java Message Service - определение. Что такое Java Message Service
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое Java Message Service - определение

JAKARTA EE MESSAGE ORIENTED MIDDLEWARE API FOR SENDING MESSAGES BETWEEN TWO OR MORE CLIENTS
Java messaging service; JSR 914; Message consumer; Java Message Service

Java Message Service         
<programming, messaging> (JMS) An API for accessing enterprise messaging systems from Java programs. Java Message Service, part of the J2EE suite, provides standard APIs that Java developers can use to access the common features of enterprise message systems. JMS supports the publish/subscribe and point-to-point models and allows the creation of message types consisting of arbitrary Java objects. JMS provides support for administration, security, error handling, and recovery, optimisation, distributed transactions, message ordering, message acknowledgment, and more. http://java.sun.com/products/jms. {Overview (http://developer.java.sun.com/developer/technicalArticles/Networking/messaging/)}. (2001-06-22)
Jakarta Messaging         
The Jakarta Messaging API (formerly Java Message Service or JMS API) is a Java application programming interface (API) for message-oriented middleware. It provides generic messaging models, able to handle the producer–consumer problem, that can be used to facilitate the sending and receiving of messages between software systems.
Short Message Service technical realisation (GSM)         
  • Call flow for the mobile-originated Short Message Service
  • Call flow for the mobile terminated Short Message Service
OVERVIEW ABOUT THE SHORT MESSAGE SERVICE TECHNICAL REALISATION
Short message service/Short message service technical realisation (GSM); Short message service technical realisation (GSM)
The Short Message Service is realised by the use of the Mobile Application Part (MAP) of the SS7 protocol, with Short Message protocol elements being transported across the network as fields within the MAP messages.Mobile Application Part specification, 3GPP TS 29.

Википедия

Jakarta Messaging

The Jakarta Messaging API (formerly Java Message Service or JMS API) is a Java application programming interface (API) for message-oriented middleware. It provides generic messaging models, able to handle the producer–consumer problem, that can be used to facilitate the sending and receiving of messages between software systems. Jakarta Messaging is a part of Jakarta EE and was originally defined by a specification developed at Sun Microsystems before being guided by the Java Community Process.